crypto/tls.Conn.clientSessionCacheKey (method)
6 uses
crypto/tls (current package)
handshake_client.go#L280: if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
handshake_client.go#L405: cacheKey := c.clientSessionCacheKey()
handshake_client.go#L1021: cacheKey := c.clientSessionCacheKey()
handshake_client.go#L1247: func (c *Conn) clientSessionCacheKey() string {
handshake_client_tls13.go#L908: if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
quic.go#L327: cacheKey := c.clientSessionCacheKey()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |